POST
/
v1
/
test-runs
/
share-report
curl --request POST \
  --url https://api.getmaxim.ai/v1/test-runs/share-report \
  --header 'x-maxim-api-key: <api-key>'
{
  "data": {
    "runs": [
      {}
    ],
    "total": 123
  }
}

Authorizations

x-maxim-api-key
string
header
required

API key for authentication

Query Parameters

workspaceId
string
required

Unique identifier for the workspace

id
string
required

Test run ID to share

Response

200
application/json

Successfully shared test run report

The response is of type object.